Q3ViewHints_GetAttributeSet
You can use theQ3ViewHints_GetAttributeSet
function to get the current attribute set associated with a view hints object.
TQ3Status Q3ViewHints_GetAttributeSet ( TQ3ViewHintsObject viewHints, TQ3AttributeSet *attributeSet);
viewHints
- A view hints object.
attributeSet
- On exit, the attribute set currently associated with the specified view hints object.
DESCRIPTION
TheQ3ViewHints_GetAttributeSet
function returns, in theattributeSet
parameter, the current attribute set of the view hints object specified by theviewHints
parameter. The reference count of the attribute set is incremented.